PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts Package / PDFFont Class / convertStringJustified Method
In This Topic
    convertStringJustified Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public byte[] convertStringJustified( 
       java.lang.String text,
       double width,
       boolean isKerningAvailable
    )

    Parameters

    text
    width
    isKerningAvailable
    See Also